SftTree/NET 2.0

OwningItem Property, CellClass Class

Softel vdm, Inc.

Returns the owning item of the cell.

Syntax      CellClass Class (Softelvdm.SftTreeNET)

VB   

Public ReadOnly Property OwningItem As ItemClass
Public ReadOnly Property OwningItem As Object

C#   

public ItemClass OwningItem { get; }
public object OwningItem { get; }

C++   

public: property ItemClass^ OwningItem {
        ItemClass^ get();
}
public: property Object^ OwningItem {
        Object^ get();
}

Property Value

The owning item.

Comments

The OwningItem property returns the owning item of the cell.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com